home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 535
- Top = 143
- Width = 435
- Height = 378
- Caption = 'Tip: Bitmap on to Groupbox'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 16
- object Image1: TImage
- Left = 240
- Top = 24
- Width = 153
- Height = 139
- end
- object GroupBox1: TGroupBox
- Left = 248
- Top = 188
- Width = 153
- Height = 139
- Caption = 'GroupBox1'
- TabOrder = 0
- object CheckBox1: TCheckBox
- Left = 24
- Top = 40
- Width = 97
- Height = 17
- Caption = 'CheckBox1'
- TabOrder = 0
- end
- object RadioButton1: TRadioButton
- Left = 16
- Top = 80
- Width = 113
- Height = 17
- Caption = 'RadioButton1'
- TabOrder = 1
- end
- end
- object Button1: TButton
- Left = 16
- Top = 296
- Width = 193
- Height = 33
- Caption = 'Add picture to groupbox'
- TabOrder = 1
- OnClick = Button1Click
- end
- object ListBox1: TListBox
- Left = 16
- Top = 8
- Width = 129
- Height = 249
- ItemHeight = 16
- Items.Strings = (
- 'cmBlackness'
- 'cmDstInvert'
- 'cmMergeCopy'
- 'cmMergePaint'
- 'cmNotSrcCopy'
- 'cmNotSrcErase'
- 'cmPatCopy'
- 'cmPatInvert'
- 'cmPatPaint'
- 'cmSrcAnd'
- 'cmSrcCopy'
- 'cmSrcErase'
- 'cmSrcInvert'
- 'cmSrcPaint'
- 'cmWhiteness')
- TabOrder = 2
- OnClick = ListBox1Click
- end
- end
-